Skip to content

Update#115

Merged
ppinchuk merged 9 commits intomainfrom
pp/update
Feb 14, 2026
Merged

Update#115
ppinchuk merged 9 commits intomainfrom
pp/update

Conversation

@ppinchuk
Copy link
Collaborator

Update to new name and pin a few deps

@ppinchuk ppinchuk self-assigned this Feb 14, 2026
@ppinchuk ppinchuk added bugfix Fixed a known bug p-high Priority: high dependencies Issues/pull requests related to a dependency github_actions Pull requests that update GitHub Actions code labels Feb 14, 2026
@ppinchuk ppinchuk requested a review from Copilot February 14, 2026 19:09
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 97.14%. Comparing base (df6280e) to head (4df6cd2).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
gaps/collection.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
- Coverage   97.55%   97.14%   -0.41%     
==========================================
  Files          26       26              
  Lines        2942     2941       -1     
  Branches      398      398              
==========================================
- Hits         2870     2857      -13     
- Misses         45       57      +12     
  Partials       27       27              
Flag Coverage Δ
unittests 97.14% <75.00%> (-0.41%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs a comprehensive rebranding from NREL (National Renewable Energy Laboratory) to NLR (National Laboratory of the Rockies), updating all references throughout the codebase. It also pins several key dependencies to specific versions and updates GitHub Actions to use commit SHA references for enhanced security.

Changes:

  • Rebranded package name from "NREL-gaps" to "NLR-GAPs" and updated all URLs, documentation, and references
  • Updated dependency package "nrel-rex" to "NLR-rex" and bumped version to 0.5.0
  • Pinned numpy and pandas versions with upper bounds (<3) and updated ruff to >=0.14.14
  • Migrated PyPI publishing to Trusted Publishing for improved security
  • Updated GitHub Actions to use commit SHA references with version comments
  • Modernized code patterns (e.g., Path.read_text() instead of context manager)

Reviewed changes

Copilot reviewed 30 out of 31 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
tox.ini Updated rex dependency to nlr-rex>=0.5.0
pyproject.toml Complete rebranding: package name, URLs, dependencies, pixi configuration, and pinned versions
gaps/status.py Updated HPC documentation comments from NREL to NLR
gaps/log.py Updated GitHub URL reference in docstring
gaps/collection.py Modernized file reading using Path.read_text()
gaps/cli/documentation.py Updated documentation URL reference
gaps/cli/config.py Improved code formatting with parentheses for multi-line string
examples/example_users.rst Updated all GitHub URLs, documentation links, and contact email
examples/example_developers.rst Updated all GitHub URLs, documentation links, and contact email
docs/source/dev/README.rst Updated contact email
docs/source/conf.py Updated copyright, author, GitHub config, and rex intersphinx URL
README.rst Updated all badges, URLs, and documentation links
LICENSE Updated copyright year and organization
INSTALL.rst Updated PyPI package name and GitHub URLs
Apptainer Updated maintainer email and GitHub URL
.github/workflows/*.yml Pinned actions to commit SHAs, updated pixi versions, migrated to Trusted Publishing
.github/ISSUE_TEMPLATE/*.yaml Updated documentation URLs and organization references

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ppinchuk ppinchuk merged commit f37b0f8 into main Feb 14, 2026
33 checks passed
@ppinchuk ppinchuk deleted the pp/update branch February 14, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fixed a known bug dependencies Issues/pull requests related to a dependency github_actions Pull requests that update GitHub Actions code p-high Priority: high

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants